home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / management / NotificationBroadcaster.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  505 b   |  10 lines

  1. package javax.management;
  2.  
  3. public interface NotificationBroadcaster {
  4.    void addNotificationListener(NotificationListener var1, NotificationFilter var2, Object var3) throws IllegalArgumentException;
  5.  
  6.    void removeNotificationListener(NotificationListener var1) throws ListenerNotFoundException;
  7.  
  8.    MBeanNotificationInfo[] getNotificationInfo();
  9. }
  10.